@keyframes modal-video {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes modal-video-inner {
    0% {
        transform: translateY(100px);
    }
    to {
        transform: translate(0);
    }
}
.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
    animation-name: modal-video;
    transition: opacity 0.3s ease-out;
}
.modal-video-effect-exit {
    opacity: 0;
}
.modal-video-effect-exit .modal-video-movie-wrap {
    transform: translateY(100px);
}
.modal-video-body {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.modal-video-body,
.modal-video-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.modal-video-inner {
    align-items: center;
}
@media (orientation: landscape) {
    .modal-video-inner {
        padding: 10px 60px;
        box-sizing: border-box;
    }
}
.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
    animation-name: modal-video-inner;
    transform: translate(0);
    transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -45px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
}
@media (orientation: landscape) {
    .modal-video-close-btn {
        top: 0;
        right: -45px;
    }
}
.modal-video-close-btn:before {
    transform: rotate(45deg);
}
.modal-video-close-btn:after {
    transform: rotate(-45deg);
}
.modal-video-close-btn:after,
.modal-video-close-btn:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: white;
    line-height: 1;
    background: var(--standard_color);
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    line-height: 35px;
}
.swiper-button-next, .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    background-image: none !important;
    opacity: 0;
}

.tp-program-active:hover .swiper-button-next, .tp-program-active:hover .swiper-button-prev{
    opacity: 1;
}
.tp-testimonial-arrow {
    position: relative;
    z-index: 1;
}
.tp-hero-area .tp-testimonial-arrow {
    position: relative;
    bottom: 115px;
}
.tp-testimonial-next span, .tp-testimonial-prev span{
    background: white;
}
.campus {
    position: relative;
}
.rts__section--wrapper.v__6 {
    justify-content: center;
}
.rts__primary__bg-2 {
    background: var(--standard_color);
}
.rts__section--wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}
.rts__section--wrapper.v__6 .rts__section--wrapper--description {
    max-width: 35%;
    margin-top: 100px;
    margin-right: -90px;
    margin-left: 0;
    margin-bottom: 0;
    color: white;
}
.rts__section--wrapper.v__6 .rts__section--wrapper--title {
    font-size: 80px;
    text-align: right;
    color: white;
    position: relative;
    line-height: 1.2;
}
.rts__section--wrapper.v__6 .rts__section--wrapper--title::before {
    position: absolute;
    content: "";
    background-image: url(../images/icon/highlight.svg);
    height: 45px;
    width: 50px;
    background-repeat: no-repeat;
    right: -40px;
}
.rts__section--wrapper.v__6 .rts__section--wrapper--title span {
    display: block;
}
.campus__single--item--thumb {
    overflow: hidden;
    width: 100%;
}
.campus__single--item:hover .campus__single--item--thumb img {
    transform: scale(1.1);
}
.campus__single--item--thumb img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease;
    height: 250px;
    object-fit: cover;
    padding: 5px;
    background: #ffffffd6;
}
.campus__single--item--title {
    font-size: 20px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 0;
}
.campus__single--item--title a {
    display: inline-flex;
    gap: 10px;
    color: #fff;
    position: relative;
    align-items: center;
}
.campus__single--item:hover .campus__single--item--title a::before {
    opacity: 1;
    width: 90%;
}
.campus__single--item--title a::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 10%;
    height: 1px;
    background: #fff;
    transition: all 0.4s ease;
    opacity: 0;
    left: 0;
}
.campus__single--item--title a span {
    transform: rotate(-30deg);
    transition: all 0.4s ease;
}
.campus .rts__shape {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.campus .rts__shape--1 {
    position: absolute;
    top: 15%;
    left: 25%;
}
.campus .rts__shape--2 {
    position: absolute;
    top: 50%;
    left: 3%;
}
.campus .rts__shape--3 {
    position: absolute;
    right: 20%;
    top: 25%;
}
.mar {
    margin: -41px 0 0 0;
    position: relative;
    z-index: 3;
    background: var(--primary_color);
    line-height: 0;
    border-top: 2px solid #ffffffd9;
}
.marquee-changes a {
    color: white;
    font-size: 16px;
}
.marquee-changes marquee {
    color: #ffffffc4;
}
.tp-admission-cta-thumb img {
    border-radius: 8px;
    object-fit: cover;
}
.floating_btn {
    position: fixed;
    bottom: 8px;
    left: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
    
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
div#dashboardPopup {
    background: #000000ab;
}
.btn-close {
    position: absolute;
    right: -27px;
    opacity: 1;
    filter: brightness(0) invert(1);
}

















